home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 12
/
Amiga Format AFCD12 (Apr 1997, Issue 96).iso
/
-in_the_mag-
/
html_tutorial
/
iomanip.h
< prev
next >
Wrap
Text File
|
1997-01-21
|
96b
|
8 lines
// Faked iomanip.h to use less memory
char* resetiosflags( ios::Selector s )
{
return "";
}